home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB6 Code / Class 4 / Example4-1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-08-28  |  4.5 KB  |  141 lines

  1. VERSION 5.00
  2. Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
  3. Begin VB.Form frmTitles 
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Titles Database"
  6.    ClientHeight    =   3195
  7.    ClientLeft      =   45
  8.    ClientTop       =   330
  9.    ClientWidth     =   5400
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   3195
  14.    ScaleWidth      =   5400
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin MSAdodcLib.Adodc datTitles 
  17.       Height          =   330
  18.       Left            =   960
  19.       Top             =   2760
  20.       Width           =   3375
  21.       _ExtentX        =   5953
  22.       _ExtentY        =   582
  23.       ConnectMode     =   0
  24.       CursorLocation  =   3
  25.       IsolationLevel  =   -1
  26.       ConnectionTimeout=   15
  27.       CommandTimeout  =   30
  28.       CursorType      =   3
  29.       LockType        =   3
  30.       CommandType     =   2
  31.       CursorOptions   =   0
  32.       CacheSize       =   50
  33.       MaxRecords      =   0
  34.       BOFAction       =   0
  35.       EOFAction       =   0
  36.       ConnectStringType=   1
  37.       Appearance      =   1
  38.       BackColor       =   -2147483643
  39.       ForeColor       =   -2147483640
  40.       Orientation     =   0
  41.       Enabled         =   -1
  42.       Connect         =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=c:\VBDB\Working\Biblio.mdb"
  43.       OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=c:\VBDB\Working\Biblio.mdb"
  44.       OLEDBFile       =   ""
  45.       DataSourceName  =   ""
  46.       OtherAttributes =   ""
  47.       UserName        =   ""
  48.       Password        =   ""
  49.       RecordSource    =   "Titles"
  50.       Caption         =   "Titles"
  51.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  52.          Name            =   "MS Sans Serif"
  53.          Size            =   8.25
  54.          Charset         =   0
  55.          Weight          =   400
  56.          Underline       =   0   'False
  57.          Italic          =   0   'False
  58.          Strikethrough   =   0   'False
  59.       EndProperty
  60.       _Version        =   393216
  61.    End
  62.    Begin VB.TextBox txtPubID 
  63.       DataField       =   "PubID"
  64.       DataSource      =   "datTitles"
  65.       Height          =   495
  66.       Left            =   1440
  67.       Locked          =   -1  'True
  68.       TabIndex        =   5
  69.       Top             =   1920
  70.       Width           =   3615
  71.    End
  72.    Begin VB.TextBox txtISBN 
  73.       DataField       =   "ISBN"
  74.       DataSource      =   "datTitles"
  75.       Height          =   495
  76.       Left            =   1440
  77.       Locked          =   -1  'True
  78.       TabIndex        =   4
  79.       Top             =   1320
  80.       Width           =   3615
  81.    End
  82.    Begin VB.TextBox txtYearPublished 
  83.       DataField       =   "Year Published"
  84.       DataSource      =   "datTitles"
  85.       Height          =   495
  86.       Left            =   1440
  87.       Locked          =   -1  'True
  88.       TabIndex        =   3
  89.       Top             =   720
  90.       Width           =   3615
  91.    End
  92.    Begin VB.TextBox txtTitle 
  93.       DataField       =   "Title"
  94.       DataSource      =   "datTitles"
  95.       Height          =   495
  96.       Left            =   1440
  97.       Locked          =   -1  'True
  98.       TabIndex        =   1
  99.       Top             =   120
  100.       Width           =   3615
  101.    End
  102.    Begin VB.Label Label4 
  103.       Caption         =   "Publisher ID"
  104.       Height          =   495
  105.       Left            =   120
  106.       TabIndex        =   7
  107.       Top             =   2040
  108.       Width           =   1215
  109.    End
  110.    Begin VB.Label Label3 
  111.       Caption         =   "ISBN"
  112.       DataField       =   "IS"
  113.       Height          =   495
  114.       Left            =   120
  115.       TabIndex        =   6
  116.       Top             =   1440
  117.       Width           =   1215
  118.    End
  119.    Begin VB.Label Label2 
  120.       Caption         =   "Year Published"
  121.       Height          =   495
  122.       Left            =   120
  123.       TabIndex        =   2
  124.       Top             =   840
  125.       Width           =   1215
  126.    End
  127.    Begin VB.Label Label1 
  128.       Caption         =   "Title"
  129.       Height          =   495
  130.       Left            =   120
  131.       TabIndex        =   0
  132.       Top             =   240
  133.       Width           =   1215
  134.    End
  135. Attribute VB_Name = "frmTitles"
  136. Attribute VB_GlobalNameSpace = False
  137. Attribute VB_Creatable = False
  138. Attribute VB_PredeclaredId = True
  139. Attribute VB_Exposed = False
  140. Option Explicit
  141.